home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401 / all. next >
Text File  |  1978-02-06  |  456b  |  29 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. # Makefile for all commands.
  6.  
  7. .SUFFIXES:    .exe
  8.  
  9. g.exe:    g
  10.     make g
  11.  
  12. getpat.exe:    getpat
  13.     make getpat
  14.  
  15. record.exe:    record
  16.     make record
  17.  
  18. reset.exe:    reset
  19.     make reset
  20.  
  21. setpat.exe:    setpat
  22.     make setpat
  23.  
  24. shopat.exe:    shopat
  25.     make shopat
  26.  
  27. staff.exe:    staff
  28.     make staff
  29.